From: Paul Eggert Date: Mon, 23 Jan 2012 19:44:28 +0000 (-0800) Subject: Spelling fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1125 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ffcd5653da080c9a871e0d59fdd00a067f28b641;p=emacs.git Spelling fix. --- diff --git a/lisp/files.el b/lisp/files.el index 7a72775ac3f..ac50e9f0a6e 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -3779,7 +3779,7 @@ the old visited file has been renamed to the new name FILENAME." ;; Don't change the mode if the local variable list specifies it. ;; The file name can influence whether the local variables apply. (and old-try-locals - ;; h-l-v also checks it, but might as well be explcit. + ;; h-l-v also checks it, but might as well be explicit. (not (inhibit-local-variables-p)) (hack-local-variables t)) ;; TODO consider making normal-mode handle this case.